{% extends './stocks.html' %} {% load static %} {% block content %} {% if is_p == True %}
Code | Nom | Prix | Bénéfice | Ventes | Action | {% for product in products %}
---|---|---|---|---|---|
{{product.m_code}} | {{product.m_name}} | {{product.m_price}} XAF | {{product.montant_products}} XAF | {{product.nb_ventes}} | Promouvoir |